ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / ToString Method / ToString(Byte[]) Method

In This Topic
    ToString(Byte[]) Method
    In This Topic
    Provide a suitable string representation for the class
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ToString( _
       ByVal data() As Byte _
    ) As String
    public static string ToString( 
       byte[] data
    )

    Parameters

    data
    See Also